Dynomotion

Group: DynoMotion Message: 7851 From: daveymahomh600e Date: 7/4/2013
Subject: Error Window
Hello Tom,

I have a couple of programs that run from user buttons in KMotionCNC.

These programs are executed via batch files because, as we touched on a few months ago, the PC programs run in some kind of background mode (invisible) if not started with a .bat file.

Often, but not always, when those buttons are pressed an error window "Error Executing PC Program, Return Code = 1" appears on the screen, but then the program runs anyway.

I suspect that maybe the button programs aren't starting fast enough to satisfy the error checking function in KMotionCNC. If this is the likely culprit, is there anyway to put a slight delay in the main program so this error does not occur?

Thanks,
David.
Group: DynoMotion Message: 7856 From: Tom Kerekes Date: 7/4/2013
Subject: Re: Error Window
Hi David,

I found a bug that might be causing what you describe.  I don't think it is a timing issue.  If you ever Abort then the internal Abort state is set and doesn't get cleared when you push a User Button.  This results in launching the program and then thinking the program immediately aborted.

Could this be your issue?  Everything works perfectly until you Abort (Halt or Stop button or some error), then it doesn't work anymore until you successfully do something like run GCode?  Or restart KMotionCNC?

I've attached a modified GCodeInterpreter.dll for you to try to see it resolves the issue.  Use it with KMotion 4.31f

Regards
TK

Group: DynoMotion Message: 7857 From: David Stevenson Date: 7/4/2013
Subject: Re: Error Window [1 Attachment]

Hi Tom,
 
That could easily be the issue. When I press a user button the program will open over the error window and then once the routine is done and closes it's window I often (always?) pick the Abort button since the program has already run.
 
I'll give it a go.
 
Thank you!
David
 
-----Original Message-----
From: DynoMotion@yahoogroups.com [mailto:DynoMotion@yahoogroups.com]On Behalf Of Tom Kerekes
Sent: Thursday, July 04, 2013 2:40 PM
To: DynoMotion@yahoogroups.com
Subject: Re: [DynoMotion] Error Window [1 Attachment]

 

Hi David,

I found a bug that might be causing what you describe.  I don't think it is a timing issue.  If you ever Abort then the internal Abort state is set and doesn't get cleared when you push a User Button.  This results in launching the program and then thinking the program immediately aborted.

Could this be your issue?  Everything works perfectly until you Abort (Halt or Stop button or some error), then it doesn't work anymore until you successfully do something like run GCode?  Or restart KMotionCNC?

I've attached a modified GCodeInterpreter.dll for you to try to see it resolves the issue.  Use it with KMotion 4.31f

Regards
TK

Group: DynoMotion Message: 7863 From: David Stevenson Date: 7/7/2013
Subject: Re: Error Window [1 Attachment]

Hi Tom,
 
I loaded v431f this morning, copied the dll file and flashed the KFlop board.
 
After initializing I uploaded the channels to check the step response to be sure the tuning was okay, but the system freezes as soon as I hit the move button on step response. The windows message is KMotion MFC not responding. I tried it a couple of times to be sure I hadn't hit a wrong button.
 
Thank you,
David.
 
 
-----Original Message-----
From: DynoMotion@yahoogroups.com [mailto:DynoMotion@yahoogroups.com]On Behalf Of Tom Kerekes
Sent: Thursday, July 04, 2013 2:40 PM
To: DynoMotion@yahoogroups.com
Subject: Re: [DynoMotion] Error Window [1 Attachment]

 

Hi David,

I found a bug that might be causing what you describe.  I don't think it is a timing issue.  If you ever Abort then the internal Abort state is set and doesn't get cleared when you push a User Button.  This results in launching the program and then thinking the program immediately aborted.

Could this be your issue?  Everything works perfectly until you Abort (Halt or Stop button or some error), then it doesn't work anymore until you successfully do something like run GCode?  Or restart KMotionCNC?

I've attached a modified GCodeInterpreter.dll for you to try to see it resolves the issue.  Use it with KMotion 4.31f

Regards
TK

Group: DynoMotion Message: 7865 From: Tom Kerekes Date: 7/7/2013
Subject: Re: Error Window
Hi David,

I believe there is a bug in the data capture.  It appears to be in all previous versions as well.  The Step Response Screen was starting to upload the plot data when the Move Motion was complete but not necessarily when all the data has been captured (some extra data sitting still after the move is captured).  So with a small quick move, with a long data capture time, on a fast PC, there can be a race condition.  KMotion might upload data before it was defined which might result in the Plot to crash.

The default Step Response settings after a program install is a good candidate for this.  Small Move Size with 3.5sec of data capture.  Try reducing the capture time to be the time for the move (or less).

Or please try this patched KMotion.exe to see if it resolves your problem.  Copy to the KMotion431f\KMotion\Release directory.

http://dynomotion.com/Software/Patch/FixStepResponseRaceCondition431f/KMotion.exe

Regards
TK

Group: DynoMotion Message: 7866 From: David Stevenson Date: 7/7/2013
Subject: Re: Error Window

Hi Tom,
 
I will try the patch.
 
Because my machine moves quite slowly, the 1" move I use takes about 4 seconds so the data collection is usually done before the move is complete.
 
Thank you,
David.
 
 
-----Original Message-----
From: DynoMotion@yahoogroups.com [mailto:DynoMotion@yahoogroups.com]On Behalf Of Tom Kerekes
Sent: Sunday, July 07, 2013 1:48 PM
To: DynoMotion@yahoogroups.com
Subject: Re: [DynoMotion] Error Window

 

Hi David,

I believe there is a bug in the data capture.  It appears to be in all previous versions as well.  The Step Response Screen was starting to upload the plot data when the Move Motion was complete but not necessarily when all the data has been captured (some extra data sitting still after the move is captured).  So with a small quick move, with a long data capture time, on a fast PC, there can be a race condition.  KMotion might upload data before it was defined which might result in the Plot to crash.

The default Step Response settings after a program install is a good candidate for this.  Small Move Size with 3.5sec of data capture.  Try reducing the capture time to be the time for the move (or less).

Or please try this patched KMotion.exe to see if it resolves your problem.  Copy to the KMotion431f\KMotion\Release directory.

http://dynomotion.com/Software/Patch/FixStepResponseRaceCondition431f/KMotion.exe

Regards
TK

Group: DynoMotion Message: 7867 From: daveymahomh600e Date: 7/7/2013
Subject: Re: Error Window
Hello Tom,

I applied the patch and everything seems to be working fine.

Thanks!
David

--- In DynoMotion@yahoogroups.com, "David Stevenson" <david.m.stevenson@...> wrote:
>
> Hi Tom,
>
> I will try the patch.
>
> Because my machine moves quite slowly, the 1" move I use takes about 4 seconds so the data collection is usually done before the move is complete.
>
> Thank you,
> David.
>
>
>